QARegisterEngine
You can use theQARegisterEngine
function to register a custom drawing engine with QuickDraw 3D RAVE.
TQAError QARegisterEngine (TQAEngineGetMethod engineGetMethod);
engineGetMethod
- The method retrieval method of your drawing engine. See "Method Reporting Methods" (page 1-146) for a complete description of this method.
DESCRIPTION
TheQARegisterEngine
function registers your custom drawing engine with QuickDraw 3D RAVE. You should call this function at startup time (usually from the initialization routine in the shared library containing the code for your drawing engine). QuickDraw 3D RAVE uses the method specified by theengineGetMethod
parameter to retrieve function pointers for the non-drawing methods defined in your drawing engine.SPECIAL CONSIDERATIONS
You should callQARegisterEngine
only to register a custom drawing engine. Applications using QuickDraw 3D RAVE to draw into one or more draw contexts do not need to use this function.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help